home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000167_news@columbia.edu _Wed May 29 15:18:30 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA00195 for <kermit.misc@watsun>; Wed, 29 May 1996 15:18:30 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id PAA10314 for kermit.misc@watsun; Wed, 29 May 1996 15:18:28 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: help:how do you set different terminal mode when you using kermit?
  8. Date: 29 May 1996 19:18:20 GMT
  9. Organization: Columbia University
  10. Lines: 10
  11. Message-ID: <4oi7ts$a28@apakabar.cc.columbia.edu>
  12. References: <4ohnqf$skl@news15.erols.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4ohnqf$skl@news15.erols.com>, taop <yuehong@psi.ece.jhu.edu> wrote:
  16. : For example, how do you set the terminal emulation to ansi or wyse 50?
  17. :
  18. If you are talking about MS-DOS Kermit 3.14 (which does support Wyse 50
  19. and ANSI emulations), the commands are:
  20.  
  21.   set terminal type ansi
  22.   set terminal type wyse50
  23.  
  24. - Frank